home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / styles / IStyleManager2.as < prev    next >
Text File  |  2008-10-29  |  451b  |  16 lines

  1. package mx.styles
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    import flash.system.ApplicationDomain;
  5.    import flash.system.SecurityDomain;
  6.    
  7.    public interface IStyleManager2 extends IStyleManager
  8.    {
  9.        
  10.       
  11.       function get selectors() : Array;
  12.       
  13.       function loadStyleDeclarations2(param1:String, param2:Boolean = true, param3:ApplicationDomain = null, param4:SecurityDomain = null) : IEventDispatcher;
  14.    }
  15. }
  16.